home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / lgnp9c.zip / HISTORY.TXT < prev    next >
Text File  |  1992-05-13  |  7KB  |  108 lines

  1. {$S-,R-,V-,I-,B-,F-}
  2.  
  3. { LgNoPop  the non tsr, no popup version of Logger Generic }
  4. { (information tracker with generic field names & 8K note pad) }
  5. { ver 1.09,  05/13/92 ...it came from the logger, L3 program }
  6.  
  7. { the following keys are added:                                    }
  8. {   RSuser0, 1, 2, 3 => up, dn, home, end arrow key                }
  9. {   RSuser4 => ctrl-enter key  => save/done/exit to main           }
  10. {   RSuser5 => ctrl-R key  => read an ascii file into the memo pad }
  11. {   RSuser6 => ctrl-P key  => jump to memo field, must <esc> to jump back }
  12. { * copywrited by: Lonnie J. Rolland }
  13.  
  14. { 10/23 make ver 1.01 when the menu code was removed, ergo no 'C' choose func }
  15. { 10/31 make a no pop up version from the tsr }
  16. { 11/02 added a help key to the main menu, added init to the field names }
  17. { 11/10 chgd config text file to file of char for file mode share on reset }
  18. { 11/11 use lgmain2.inc with network locks turned on by a bool switch called }
  19. {       appropriately 'network', defaulted to false, command line turned on.}
  20. {       all refresh happens only if your running on a net. Installed catches }
  21. {       to bounce you out if you're trying to run network when you are not }
  22. { 11/13 in browse, stopped the flicker of redo of re-gotten first/last rec }
  23. { 11/21 make ver 1.03 when the menu code/choose func. goes back into the code.}
  24. {       caught print blank memo bug. added bool 'badfileopen' to catch missing}
  25. {       data files from choose menu. Increased verbalage to instruction msgs}
  26. { 03/13 change the stepping in the upper field area to not loop but step down}
  27. {       into the memo area instead. }
  28. {       Config file is a file of 'char' MUST be read-only in network share }
  29. { 06/22 remove all timer/time tracking, ergo the .dbf shrinks.  changed color}
  30. {       from red to purple. took out CHOOSE for a lgnp version.  }
  31. {       This made it necessary for a NEW config file, 'loggernc.cfg' }
  32. {       Fixed bug in memo, if you start a new record, go make a memo entry, }
  33. {       escape twice to browse, return to memo, return to pad, it was }
  34. {       in-correctly painting to memo what was browsed to last  }
  35. { 06/27 Add in the User.sys file read & use, name/city/w.ph/h.ph/password }
  36. {       removed command line parm switches to sit instead as config line #2 }
  37. {       new config file name 'loggerd.cfg', new bool 'usedoorsys'  }
  38. {       two field names changed, also two changes to the database .dbf rec }
  39. {       if 'd' in config line #2, then line #3 will have a path to where }
  40. {       'door.sys' is at. If 'd', all mod rec attempts checked for ownership}
  41. { 07/05 change config read in got/released heap from filetype 'file of char'}
  42. {       to 'file' for compiler bug. Rmed 2nd reverse color for 'bright2'}
  43. {       fixed a bug with 'origrecnum's original fix to add/esc/bro/resume }
  44. {       added params, force on color, force on mono mode. }
  45. { 07/08 Change color back. Change 'start' to 'add', made 'find' to 'search'}
  46. {       Add environment variable 'LGKEY' for non door record ownership test}
  47. { 07/11 changed <F1> for help to <H> for help to pop up.  Reduced memo fld }
  48. {       size by one and shifted bottom stuff up to NOT write to scrn line 25}
  49. {       Find 1/2/3/4 uses FN01/13/03/04, inc s1 to 10, dec s2 to 6 char }
  50. {       Added tpdos's existonpath func to front of config file load }
  51. {       Combine city+state to 'city/state:' loose a field. 'country' grows }
  52. { 07/14 More work done to browsing amongst lots of deleted records }
  53. {       Added alert for door poeple. If the date on the last rec logged is }
  54. {       newer than the date that this person last called, he is notified! }
  55. { 07/16 Added database out to text file function by 'T' at main prompt }
  56. {       Save the original text attr before screen paint, restore it on exit }
  57. { 07/17 From find/brow func, if 'enter' to edit is pressed, it now asks }
  58. {       if you are 'sure' you want to change to edit mode }
  59. { 07/19 Added placing author's name into the 10th field, (where fax ph is) }
  60. { 07/22 if door mode, directvideo's writes is false, ergo thru the bios }
  61. {       ran 'opstack'! sez usage for stack=3056, heap=6256, memory=98080 }
  62. { 07/24 Took the word 'Logger' out of the title that is displayed at the top }
  63. {       Increased the size of 'yourtitle' from 30 to 45 }
  64. { 07/26 Found bug w 'usedoorsys' reading last rec when initially non exist }
  65. { 08/02 Added '+' and a '-' key to use in browse mode }
  66.  
  67. { 12/12 Made version 1.07 primarily by a request from europe's support group }
  68. { 12/14 Put back in choose (pick db) & date time stuff, dbf now has 23 fields }
  69. { 12/20 Put in a pick list as 'search' function. All searches forced to upper }
  70. {       case char. If you choose another dbf area, suspend mode gets negated }
  71. { 12/28 Chg search to loop within 'findfield' chg 'doorallow' to 'allowchange'}
  72. {       rm'ed code for ctrl-A & abandon & escapebill & suspend }
  73. {       chg edit code so that if escape is pressed, it asked to save before}
  74. {       any chges are thrown away...no more escape! Text file now DATALOG.TXT}
  75. { 12/30 chg brow so an esc within keeps you within. Added more help mgs lines}
  76. {       now do print by pressing "P" and not an "O". added print and delete}
  77. {       to the search mode pick list. added read rec update to pick select}
  78. { 01/02 mod to pickdb with time only & shorter desc, re-did the quick help.}
  79. {       wow! found I could rem the getscrapline & paintscrap because no susp}
  80. { 01/03 added import text file func to edit mode. Rmed the 'ask' from bro sel}
  81.  
  82. { 01/06 made ver 1.08 by removing 'choose' func. Made memo pad 8KB vice 4KB }
  83. {       Fixed the search to select with no date/time shown for 2 seconds bug }
  84. {       Shortened command labels. Picking-DB log inited to false. Added date/}
  85. {       time to print and text out. Add block reads to import so it goes fast}
  86. { 01/07 fixed bug with import (large) to pad with info already. Changed esc }
  87. {       from edit so as you can esc from the esc to go back to edit. If field}
  88. {       label blank (except for 4/5/11/12/15/16) then in edit will skip entry.}
  89. {       Added a 5th search - for all resolved/closed or unresolved/open to}
  90. {       build picklist, ergo press '5' after 'S' }
  91. { 01/10 put in trick 'case string' function to handle PARAM passed. Added an-}
  92. {       other param, 'O' for 'forceallow' to allow past the lgkey word lock}
  93. {       params possible now 'M C N D O MN CN MD CD ND MO CO NO MND CND MNO CNO'}
  94. {       tsr has no door stuff, ergo less params. Added 6th search - for problem}
  95. {       pick now shows 5 columns of 13 char. vice 4 of 17.}
  96.  
  97. { 02/16 made ver 1.09 (more or less) to fill the needs of a bulletin board }
  98. {       operator. He needed a vehicle to allow 'post-it's of talents and}
  99. {       solutions.  Upper field count dropped to 8.  Field one record number}
  100. {       assigned at 'commit time'.  Seven searches now, the last being of the}
  101. {       memopad.
  102. { 04/12 Searches 'enter' key press now pops to rec view vice edit, ctrl-enter}
  103. {       gets you to edit. Door.sys read all the way to user comment line.}
  104. { 04/17 Search function overhauled to no longer re-scan to make another pick}
  105. {       selection. Its much zippier with one build cycle. This means 'IF' an-}
  106. {       other node added one, it won't appear till you exit and re-enter scan.}
  107. { 05/13 zapped minor bug with pick to delete to display cycle leaving msg.}
  108.